home *** CD-ROM | disk | FTP | other *** search
/ Champak 53 / Volume 53 - JOGO DISK .iso / Games / dress_up_fairy.swf / scripts / DefineButton2_119 / BUTTONCONDACTION on(press).as next >
Text File  |  2007-09-26  |  101b  |  6 lines

  1. on(press){
  2.    startDrag(this,0);
  3.    this.swapDepths(_root.prv);
  4.    _root.prv = _root.prv + 1;
  5. }
  6.